internal/runtime/maps.ctrlGroup.matchEmpty (method)

15 uses

	internal/runtime/maps (current package)
		group.go#L174: func (g ctrlGroup) matchEmpty() bitset {
		runtime.go#L121: 		match = g.ctrls().matchEmpty()
		runtime.go#L196: 		match = g.ctrls().matchEmpty()
		runtime.go#L299: 			match = g.ctrls().matchEmpty()
		runtime_fast32.go#L75: 		match = g.ctrls().matchEmpty()
		runtime_fast32.go#L145: 		match = g.ctrls().matchEmpty()
		runtime_fast64.go#L75: 		match = g.ctrls().matchEmpty()
		runtime_fast64.go#L146: 		match = g.ctrls().matchEmpty()
		runtime_faststr.go#L151: 		match = g.ctrls().matchEmpty()
		runtime_faststr.go#L211: 		match = g.ctrls().matchEmpty()
		table.go#L216: 		match = g.ctrls().matchEmpty()
		table.go#L250: 		match = g.ctrls().matchEmpty()
		table.go#L473: 				if g.ctrls().matchEmpty() != 0 {
		table.go#L487: 		match = g.ctrls().matchEmpty()
		table.go#L551: 		if g.ctrls().matchEmpty() != 0 {